home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++ / leda / 12 < prev    next >
Encoding:
Text File  |  1996-08-05  |  881 b   |  32 lines

  1. Path: news.coli.uni-sb.de!usenet
  2. From: uhrig@mpi-sb.mpg.de (Christian Uhrig)
  3. Newsgroups: comp.lang.c++.leda
  4. Subject: REDEFINE_NAMES
  5. Date: 9 Feb 1996 12:19:57 GMT
  6. Organization: Max-Planck-Institut fuer Informatik
  7. Distribution: world
  8. Message-ID: <4ffe5d$45f@coli-gate.coli.uni-sb.de>
  9. References: <4fdoa1$5os@mordred.gatech.edu>
  10. Reply-To: uhrig@mpi-sb.mpg.de
  11. NNTP-Posting-Host: joker.ag1.mpi-sb.mpg.de
  12.  
  13.  
  14. Hello,
  15.  
  16. as mentioned in a recent posting,
  17. the REDEFINE_NAMES problem can easily be fixed as follows:
  18. enclose the entire <LEDA/UNDEFINE_NAMES.h> file into
  19.                                                           
  20. #ifndef LEDA_INSTALL                                
  21. ...
  22.                     
  23. #endif
  24.  
  25. and use -DLEDA_INSTALL when compiling the LEDA sources
  26. (edit LEDA/src/Make.src).
  27.                                                       
  28.                          
  29. Christian Uhrig
  30.  
  31.  
  32.